home *** CD-ROM | disk | FTP | other *** search
/ Amiga News 95 / Amiga News 95.iso / dpat / dpat55 / codeamorce / docs / codeamorce.english < prev    next >
Text File  |  1994-01-30  |  5KB  |  181 lines

  1.  
  2.      //                 CodeAmorce v2.00 - Documentation            //
  3.    \X/                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~          \X/
  4.  
  5.     
  6.     This manual describes the version  2.00  of CodeAmorce.   This
  7. tools is ©1991  by  Jehan-Yves  PROUX,  the  commercial use is STRICLY
  8. FORBIDDEN without author written agreement.
  9.  
  10.     This program can  be  freely distributed, you can spread it in
  11. the way you want,  but  the  program  MUST  be  distributed  WITH  its
  12. documentation in all languages (for instance French, German, Portugues
  13. and English) without ANY modification.
  14.  
  15.     I made a lot of tests, but I declines any responsability about
  16. the use of CodeAmorce. YOU ARE USING THIS TOOLS AT YOUR OWN RISK.  The
  17. author is not responsible of any  damage, as result of  the use of his
  18. program.
  19.  
  20.     This  program is Public Domain.
  21.  
  22. Contents
  23. ~~~~~~~~
  24.  
  25.     1. Introduction
  26.     2. How does it works?
  27.     3. Usage
  28.     4. Additional Notes
  29.     5. Thanks
  30.     6. Historic
  31.     7. Conclusion
  32.  
  33.  
  34.  
  35. 1. Introduction
  36. ~~~~~~~~~~~~~~~
  37.  
  38.         If you have sensible informations which must be kept
  39.     confidential, this tool can help you: It makes a normal
  40.     AmigaDos disk an unreadable disk, and this in less than 2
  41.     seconds. Of course, you can recover the entire disk by
  42.     decoding it.
  43.  
  44.     CodeAmorce can encrypt or decrypt files too.
  45.  
  46.     NOTA:   "CodeAmorce"   can   be   translated    in    english   by
  47.         "BootBlockCrypt".
  48.  
  49. 2. How does CodeAmorce work ?
  50. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  51.         To be so  fast,  CodeAmorce encodes only the BootBlock
  52.     with  the password  you  have  chosen.   So there are  only  2
  53.     sectors  to  encode. During  the BootBlock coding, the program
  54.     replaces in sector  0 the word 'DOS' by  'BAD'.  By this  way,
  55.     Workbench users  will see  a  disk named "BAD"  (on WB 1.3) or
  56.     "????" (WB 2.0 or higher) as if it was a bad disk.
  57.  
  58.  
  59. 3. Usage.
  60. ~~~~~~~~~
  61.  
  62.     Tu run CodeAmorce, simply click on its icon or enter
  63. "CodeAmorce" in its directory in a shell window.
  64.  
  65.     NOTEZ BIEN: You must enter a password before encoding or
  66. decoding any file or disk (see after).
  67.  
  68.     A window, which seems like the following will be opened:
  69.  
  70.  
  71.      __________________________________
  72.     |_|____________________________|_|_|
  73.     |                   |
  74.     |             Manual Mode ø |
  75.     |  File          Automatic Mode o |
  76.     |                   |
  77.     |  DF0:   DF1:   DF2:   DF3:       |
  78.     |__________________________________|
  79.  
  80.     The following functions exists:
  81.  
  82.         File        Permit you to encode or decode a file,
  83.                 that you specify using an ASL file
  84.                 requester.
  85.  
  86.         DF0 to DF3    Permit you to encode or decode a disk.
  87.                 Non-existing drives are "ghosted", and
  88.                 so unreacheable.
  89.  
  90.         Manual Mode    In this mode, you will click on the
  91.                 buttons corresponding to the drive
  92.                 where you want CodeAmorce to work.
  93.  
  94.         Automatic Mode    In this mode, CodeAmorce will each
  95.                 inserted disk. This mode is very
  96.                 useful when you have to encode (or
  97.                 decode) abour 30 disks: you only have
  98.                 to insert a disk, let CodeAmorce do
  99.                 its job, and enter the following disk.
  100.  
  101.     The following menus exists too:
  102.  
  103.         PassWord...    You can specify a password, it's
  104.                 necessary to encode or decode disks or
  105.                 files.
  106.  
  107.         Save Password    Will save the current password in
  108.                 s:CodeAmorce.Cfg.
  109.  
  110.         About..        Displays some informations about the
  111.                 program and its author.
  112.  
  113.         Quit        To simply quit this wonderful tool.
  114.  
  115. 4. Additional Notes
  116. ~~~~~~~~~~~~~~~~~~~
  117.         This program works with  all disks with the word 'DOS'
  118.     on the  BootBlock, even  if  the CheckSum  is wrong.   I speak
  119.     of the old  Amiga  Filing System AND  the  new  one (FFS).  On
  120.     other  disks (for  example  Game  Data Disks), the  result  is
  121.     certain: Nothing  will be done : CodeAmorce shows a label full
  122.     of "?", describing an unkown format.
  123.  
  124.     Please  decode your disks  with the password  you use to  code
  125.     them, if you  don't, I only can pray for you  !
  126.  
  127.     There are some errors you can't do with CodeAmorce:
  128.         -it's impossible to code twice the same disk without
  129.             decoding it between the 2 codings.
  130.         -it's impossible to decode a non-coded disk.
  131.         -During the  coding or decoding, you will be warned if
  132.             there  is no disk  in drive or if the  disk is
  133.             write-protected !
  134.  
  135.  
  136. 5. Thanks
  137. ~~~~~~~~~
  138.     I want to thank:
  139.  
  140.         - Muriel PROUX for her neverending moral support.
  141.  
  142.         - Denis GOUNELLE for his notes and help.
  143.  
  144.         - Elsa Maria  and  Ricardo Lopes for their translation
  145.             in portugues.
  146.  
  147.         - Christian Behrens, for his translation in german.
  148.  
  149.         - Krönenbourg,  the famous french beer, who  helps  me
  150.           during CodeAmorce programming.
  151.  
  152. 6. Historic
  153. ~~~~~~~~~~~
  154.     v1.00    30-Juin-90
  155.         o first version, CodeAmorce opens  its  own screen for
  156.           WB1.3.
  157.  
  158.     v2.00    27-June-93
  159.         o CodeAmorce opens only a little font-adaptive window
  160.           on a public screen, it's only work under OS 2.0 or
  161.           higher.
  162.         o This version manages file encoding too (not only
  163.           disks encoding).
  164.  
  165. 7. Conclusion
  166. ~~~~~~~~~~~~~
  167.  
  168.     I'm waiting for your suggestions and  beta-tests (there may be
  169. some problems, which escaped from source inspection !).
  170.     You can write  me in french, in german or in english [in order
  171. of  my  preferences,  the  French  language  is  my   motherlanguage].
  172. My address is the following:
  173.  
  174.         Jehan-Yves PROUX
  175.         1, allée Auguste Rodin
  176.         F-78955 Carrières-sous-Poissy
  177.         FRANCE - EUROPE
  178.  
  179. E-Mail:            jyp@doro.co.uk
  180.  
  181.